home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / main.dir / 00008_Script_clickerz < prev    next >
Text File  |  1999-03-01  |  489b  |  24 lines

  1.  
  2. property pAnimSpr, pShadSpr, pStartSpr
  3. property pMovie, pShadowOn
  4.  
  5.  
  6. global the_stack, itemCount, level
  7. global cursorCheck, showPause, bgSpr
  8. global gMovieList
  9.  
  10. on new me, thisAnimSpr, thisShadowSpr, thisStartSpr, thisMovieGoTo
  11.   
  12.   set pMovie = thisMovieGoTo 
  13.   
  14.   set pAnimSpr = thisAnimSpr -- the sprite that is clicked on
  15.   set pShadSpr = thisShadowSpr
  16.   set pStartSpr = thisStartSpr
  17.   set pShadowOn = FALSE
  18.   
  19.   autoPuppet [pAnimSpr], TRUE
  20.   
  21.   return me  
  22. end
  23.  
  24.